Layer Definition Schema
QUERY Element
See Also  Send comments on this topic.
Layer Definition Schema : QUERY Element

Glossary Item Box

Description

Defines a filter, or definition query, for an AXF layer.

Diagram

QUERY Element

Overview

QUERY
Defines a filter, or definition query, for an AXF layer.
where required xs:string
The filter that is used as part of the WHERE clause in the SQL SELECT statement used to draw the AXF layer.

Attributes

NameTypeUseDefaultFixedDescription
wherexs:stringrequired  The filter that is used as part of the WHERE clause in the SQL SELECT statement used to draw the AXF layer.

Examples

Restrictions

  • This element is only supported for AXF layers.

Source

<xs:element name="QUERY" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines a filter, or definition query, for an AXF layer.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="where" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>The filter that is used as part of the WHERE clause in the SQL SELECT statement used to draw the AXF layer.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.